type crypto/internal/edwards25519.projP2
12 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L18: type projP2 struct {
edwards25519.go#L58: func (v *projP2) Zero() *projP2 {
edwards25519.go#L195: func (v *projP2) FromP1xP1(p *projP1xP1) *projP2 {
edwards25519.go#L202: func (v *projP2) FromP3(p *Point) *projP2 {
edwards25519.go#L217: func (v *Point) fromP2(p *projP2) *Point {
edwards25519.go#L352: func (v *projP1xP1) Double(p *projP2) *projP1xP1 {
scalarmult.go#L51: tmp2 := &projP2{}
scalarmult.go#L103: tmp2 := &projP2{}
scalarmult.go#L179: tmp2 := &projP2{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |